runtime.tracestat.allocs (field)

4 uses

	runtime (current package)
		malloc.go#L1000: 			inittrace.allocs += 1
		proc.go#L6701: 	allocs uint64 // heap allocations
		proc.go#L6756: 			print(string(itoa(sbuf[:], after.allocs-before.allocs)), " allocs")